home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Leonardo L'artista
/
leonardo l'artista.BIN
/
Dati
/
Black.dxr
/
00001.ls
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2000-11-10
|
209 b
|
13 lines
on startMovie
global gScappaPerMemoria, gWWW
if gScappaPerMemoria <> 0 then
go(1, "slideshow")
else
if gWWW <> 0 then
go(1, "internet")
else
go(1, "main")
end if
end if
end